:root {
  --primary-color: linear-gradient(90deg,rgba(2, 209, 92, 1) 0%, rgba(10, 97, 196, 1) 100%);
  --primary-color-rgb: #fff;
  --secondary-color: #442490;
  --secondary-color-rgb: 68, 36, 144;
}